home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / bgui12.lha / docs / sliderclass.doc < prev    next >
Text File  |  1995-06-04  |  2KB  |  85 lines

  1.  
  2.            File: sliderclass.doc
  3.     Description: Sliderclass documentation.
  4.       Copyright: (C) Copyright 1994-1995 Jaba Development.
  5.              (C) Copyright 1994-1995 Jan van den Baard.
  6.              All Rights Reserved.
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. TABLE OF CONTENTS
  11.  
  12. sliderclass/--background--
  13. sliderclass/Methods
  14. sliderclass/Attributes
  15.  
  16. sliderclass/--background                 sliderclass/--background--
  17.  
  18.     NAME
  19.     Class:        sliderclass
  20.     Superclass:    baseclass
  21.     Include File:    <libraries/bgui.h>
  22.  
  23.     FUNCTION
  24.     To  provide a gadget simular to the gadtools.library it's slider kind.
  25.     Objects of this class send  out the following attribute pairs in their
  26.     notification events:
  27.  
  28.     GA_ID        - Gadget object ID.
  29.     SLIDER_Level    - Slider level.
  30.  
  31. sliderclass/Methods                       sliderclass/Methods
  32.  
  33.     NEW METHODS
  34.     None.
  35.  
  36.     CHANGED METHODS
  37.     None.
  38.  
  39. sliderclass/Attributes                    sliderclass/Attributes
  40.  
  41.     NOTE
  42.     This class  also  supports the PGA_NewLook and PGA_Freedom attributes.
  43.     Please refer   to  the    system    "propgclass"  documentation  for  more
  44.     informatiom on these attributes.
  45.  
  46.     NAME
  47.     SLIDER_Min, SLIDER_Max -- ( LONG )
  48.  
  49.     FUNCTION
  50.     Set  the  minimum and maximum slider level.  Please  note  that  these
  51.     attributes hae been made settable since V39 of the library.
  52.  
  53.     Default 0 minimum and 15 maximum. Applicability is (ISU).
  54.  
  55.     SEE ALSO
  56.     SLIDER_Level
  57.  
  58.     NAME
  59.     SLIDER_Level -- ( LONG )
  60.  
  61.     FUNCTION
  62.     Set or get the current slider level.
  63.  
  64.     Default is 0. Applicability is (ISGNU).
  65.  
  66.     SEE ALSO
  67.     SLIDER_Min, SLIDER_Max
  68.  
  69.     NAME
  70.     SLIDER_ThinFrame -- ( BOOL )
  71.  
  72.     FUNCTION
  73.     To make  all  slider  object framing appear as thin frames.  This will
  74.     help you to make an aspect-ratio dependant GUI.
  75.  
  76.     Default is FALSE. Applicability is (I).
  77.  
  78.     NAME
  79.     SLIDER_XenFrame -- ( BOOL )
  80.  
  81.     FUNCTION
  82.     To make all slider object framing appear as Xen style framing.
  83.  
  84.     Default is FALSE. Applicability is (I).
  85.